home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980901-19981211 / 000150_news@newsmaster….columbia.edu _Wed Oct 14 09:31:35 1998.msg < prev    next >
Internet Message Format  |  1998-12-10  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA00201
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 14 Oct 1998 09:31:34 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA15716
  7.     for kermit.misc@watsun; Wed, 14 Oct 1998 09:31:34 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: mskemrit 3.12 and remote commands
  12. Date: 14 Oct 1998 13:31:32 GMT
  13. Organization: Columbia University
  14. Lines: 30
  15. Message-ID: <70293k$7oi$1@apakabar.cc.columbia.edu>
  16. References: <701u6g$8ba$1@cougar.golden.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9342
  19.  
  20. In article <701u6g$8ba$1@cougar.golden.net>,
  21.  <jrlatala@shell.golden.net> wrote:
  22. : I'm trying to get a 'box' working with an old PC. The box talks through a
  23. : serial port using Kermit to send files back and forth between itself and
  24. : the PC.
  25. : It's working for the most part but there's one feature that's still not
  26. : working. The box runs a couple of special programs on the PC using the
  27. : remote commands ("C" packet type) ... and it's not working. 
  28. : I checked the Kermit protocol book by DaCruz but it's not all that verbose
  29. : on what the format of the "C" packets is.
  30. : Apparently the box used to work with an older version of kermit except
  31. : nobody seems to know which exact version. I'm just hoping it wasn't a
  32. : version that somebody 'tweaked' software wise to get working.
  33. : Is there anymore information on the format of "C" packets or am I going to
  34. : have to jump into the sources?
  35. The C packet simply contains a command in its data field.  The server runs
  36. the command and sends the results back to the client, just as it would send
  37. a file, except the file header packet has type X rather than F.  If the
  38. output of the command is short enough to fit in the data field of a single
  39. packet, it can be sent back in the ACK to the C packet.
  40.  
  41. Why don't you take some packet logs of a failing transaction and have a look.
  42. If you can't figure them out, send them to kermit-support@columbia.edu.
  43.  
  44. - Frank